lcCreateStatbar Home

Creates a status bar object.

 HANDLE lcCreateStatbar (
   HWND hWndParent
 );

Parameters
hWndParent
  Handle to a parent window.

Return Value

  Handle to the created object.
If the function fails, the return value is NULL.

Remarks

  The size and position must be set later with the function lcStatbarResize.

See Also

  lcDeleteStatbar